DioDocs for PDF
SaveAsGif(Stream,Nullable<Rectangle>) メソッド

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Imaging 名前空間 > GcBitmap クラス > SaveAsGif メソッド : SaveAsGif(Stream,Nullable<Rectangle>) メソッド
The output stream.
Clipping rectangle of the image to be saved.
Saves the image into a Stream in GIF format.
シンタックス
'宣言
 
Public Overloads Sub SaveAsGif( _
   ByVal stream As System.IO.Stream, _
   Optional ByVal clipRect As System.Nullable(Of Rectangle) _
) 
public void SaveAsGif( 
   System.IO.Stream stream,
   System.Nullable<Rectangle> clipRect
)

パラメータ

stream
The output stream.
clipRect
Clipping rectangle of the image to be saved.
参照

GcBitmap クラス
GcBitmap メンバ
オーバーロード一覧